home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / sp144man.zip / APE.TXT < prev    next >
Text File  |  1993-04-19  |  9KB  |  246 lines

  1. SPORTSTER 14,400
  2.                             APPENDIX E.  FAX AND OTHER OPERATIONS
  3.                                                                  
  4.  
  5. FAX OPERATIONS
  6.  
  7. Fax Modem Guidelines
  8.  
  9.       Using your fax modem for facsimile
  10.       operations requires compatible facsimile
  11.       application software.
  12.       You can use the following command format
  13.       to switch between fax mode and data
  14.       mode.  (Use as you would a standard AT
  15.       command.)
  16.              AT+FCLASS=n
  17.       The valid n values are 0 and 1.  Use n =
  18.       0 (AT+FCLASS=0)
  19.       to switch the fax modem to data mode.
  20.       Use n = 1 (AT+FCLASS=1) to switch the
  21.       fax modem to fax mode.
  22.       To determine which mode the fax modem is
  23.       currently in, use the following command.
  24.              AT+FCLASS?
  25.       The modem will return a value of 0 to
  26.       indicate data mode or 1 to indicate fax
  27.       mode.
  28.       NOTE:  Whenever the fax modem is reset
  29.       by using the ATZ command, by toggling
  30.       the DTR signal, or by turning the power
  31.       off and on, the modem will be set to
  32.       data mode.
  33. A Note to Programmers
  34.  
  35.       If you want to know more about the
  36.       supported fax commands, refer to the
  37.       standard for the Service Class 1 fax
  38.       protocol.
  39.          ANSI/EIA/TIA-578-1990 (EIA-578)
  40.          Asynchronous Facsimile DCE Control
  41.          Standard
  42.          November, 1990  Approved:  October
  43.          22, 1990
  44.       You can obtain a copy of this standard
  45.       by contacting Global Engineering
  46.       Documents, at 1-800-854-7179.
  47. HIGH SPEED/LOW SPEED PROTOCOL
  48.  
  49. Overview
  50.  
  51.       This section explains how an answering
  52.       Sportster 14,400 modem switches its
  53.       connection rate to match the rate of a
  54.       calling modem.  It may be of help to
  55.       those who want to try programming their
  56.       computers to switch rates to match the
  57.       Sportster 14,400's connection rate.  The
  58.       material here applies only when the
  59.       modem is set for variable rates at both
  60.       the serial port and connection inter
  61.       faces, &B0 and &N0, respectively.
  62.       In both Originate and Answer modes, if
  63.       the connection rate is set to &N0, the
  64.       Sportster 14,400 negotiates with the
  65.       remote modem to connect at the highest
  66.       possible rate.  In addition, if the
  67.       modem is set to Extended or Advanced
  68.       result codes (X1 or higher) it signals
  69.       the computer with one of the following
  70.       result codes or the optional error-
  71.       control (ARQ) result codes selected with
  72.       the &An command.
  73.                 CONNECT   (300 bps)
  74.                 CONNECT 1200   (1200 bps)
  75.                 CONNECT 2400   (2400 bps)
  76.                 CONNECT 4800   (4800 bps)
  77.                 CONNECT 7200   (7200 bps)
  78.                 CONNECT 9600   (9600 bps)
  79.                 CONNECT 12000  (12,000 bps)
  80.                 CONNECT 14400  (14,400 bps)
  81.       The modem sends the result code at its
  82.       previous rate.  Then it switches to the
  83.       new connection rate.
  84.       If your software doesn't switch rates
  85.       and you want to program it to do so, use
  86.       the example on the next page as a guide.
  87.       It demonstrates the occurrence of the
  88.       CONNECT codes in the connection
  89.       sequence, so that recognition of the
  90.       codes can be used to switch the
  91.       software.  The example uses a sequence
  92.       of incoming calls, but the codes also
  93.       apply to Originate mode connections as
  94.       long as the modem dials out at a rate
  95.       higher than or equal to the remote
  96.       modem's rate.
  97.       The example below assumes the following
  98.       settings.
  99.       Software:   Initially 19.2K or 38.4K
  100.               bps, allowing the following
  101.               range of connection rates:
  102.               14.4K/12K/9600/7200/4800/2400/12
  103.               00/300 bps
  104.       Modem: X1 or higher (rate-specific
  105.               CONNECT codes), &B0 (variable
  106.               serial port rate), &N0 (variable
  107.               connection rate)
  108. Example
  109.  
  110.                            ModemSerial Port
  111.       Action               Response    Rate
  112.       1.Power on.
  113.       19,200
  114.       2.300-bps call comes in.         RING
  115.       19,200
  116.                            CONNECT   19,200
  117.       3.Data link is established.
  118.       300
  119.         Data transfer takes place.
  120.       4.Data session is over.    NO CARRIER
  121.       300
  122.         Call is ended; loss of
  123.         carrier.
  124.       5.2400-bps call comes in.        RING
  125.       300
  126.                                     CONNECT
  127.       2400                 300
  128.       6.Data link is established.
  129.       2400
  130.         Data transfer takes place.
  131.       7.Data session is over.    NO CARRIER
  132.       2400
  133.         Call is ended; loss of
  134.         carrier.
  135.       8.14,4K-bps call comes in.       RING
  136.       2400
  137.                            CONNECT 144002400
  138.       9.Data link is established.
  139.       19,200
  140.         Data transfer takes place.
  141.       10.                  Data session is
  142.       over.                NO CARRIER19,200
  143.         Call is ended; loss of
  144.         carrier.
  145. Explanation
  146.  
  147.       1.The modem is powered on and is
  148.          operating at 19.2K bps or higher, so
  149.          that it is able to connect at 14.4K
  150.          bps as well as at lower rates.
  151.       2.A 300-bps modem calls.  The Sportster
  152.          14,400 senses the incoming signal and
  153.          sends the messages RING and CONNECT
  154.          to the computer.  These messages are
  155.          sent at 19.2K bps, the current serial
  156.          port rate.
  157.       3.Since the Sportster 14,400 responds
  158.          CONNECT, rather than with a rate
  159.          indicator, the software switches to
  160.          300 bps.  The modem automatically
  161.          shifts to 300 bps to accept the data
  162.          from the incoming call.
  163.       4.The 300-bps data session is
  164.          terminated; the modem sends the
  165.          computer the message NO CARRIER at
  166.          300 bps.
  167.       5.A 2400-bps call comes in.  The modem
  168.          responds RING and CONNECT 2400.
  169.          These message are sent at the current
  170.          bit rate of 300 bps.
  171.       6.The software, receiving the CONNECT
  172.          2400 message, adjusts accordingly to
  173.          the higher bit rate.  The modem also
  174.          shifts to 2400 bps.
  175.       7.The 2400-bps data session is
  176.          terminated; the modem sends the
  177.          computer the message NO CARRIER at
  178.          2400 bps.
  179.       8.A 14,400-bps call comes in.  The
  180.          modem responds RING and CONNECT
  181.          14400.  These messages are sent to
  182.          the computer at the current bit rate
  183.          of 2400 bps.
  184.       9.The software, detecting the CONNECT
  185.          14400 message, adjusts accordingly to
  186.          the higher bit rate.  The modem also
  187.          shifts to 14,400 bps.
  188.       10.    The 14,400-bps data session is
  189.          terminated; the modem sends the
  190.          message NO CARRIER at 14,400 bps.
  191.       Keep in mind that whether or not your
  192.       computer adjusts to these rate changes,
  193.       the Sportster 14,400 automatically
  194.       shifts connection rates if it is set to
  195.       &N0.
  196. VOICE/DATA COMMUNICATIONS
  197.  
  198.       When you install the Sportster 14,400,
  199.       you have the option of plugging your
  200.       phone into the second modular jack of
  201.       the modem so it's available for voice
  202.       calls.  You can also use the phone to
  203.       set up communications with another user
  204.       whose modem uses the AT command set,
  205.       such as a USRobotics or USRobotics-com-
  206.       patible modem.
  207.       
  208. Preparation
  209.  
  210.       First call the other user to establish
  211.       the parity, word length and number of
  212.       Stop bits the other person's modem ac
  213.       cepts.  Then turn the call over to your
  214.       modems, as follows.
  215.       
  216. Procedures
  217.  
  218.       1.Without hanging up the phone, have
  219.          your modem go off hook in Originate
  220.          mode.  Type the following command.
  221.              ATD <Enter>
  222.          NOTE:  Be sure the modem is not set
  223.          to X2 or X4, or it will return the NO
  224.          DIAL TONE result code and hang up.
  225.       2.The other party should have the
  226.          remote modem go off hook in Answer
  227.          mode.  The following command is used
  228.          to do this.
  229.              ATA <Enter>
  230.       3.Now both of you can hang up your
  231.          respective phones while the two
  232.          modems establish the data link.  They
  233.          will maintain the link until one of
  234.          you gives your modem a command to
  235.          disconnect.
  236.          Either party's device can be the
  237.          originate or answer modem; it doesn't
  238.          matter who made the phone call.  But
  239.          one modem must enter Originate mode
  240.          and the other then enter Answer mode.
  241.          You and the other party, therefore,
  242.          must agree on which command, ATD or
  243.          ATA, you will each use.
  244.          
  245.  
  246.